From 09ebac610c7f1afebf82202af9593fbddd7b34c1 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Tue, 12 Oct 2021 09:50:24 +0200 Subject: [PATCH] Use dh-sequencers --- debian/control | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 8d21cb13f..9a282ca76 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,13 @@ Build-Depends: chrpath, debhelper-compat (= 13), default-jdk [!hppa !hurd-any !kfreebsd-any], default-libmysqlclient-dev, - dh-python, + dh-sequence-python3, doxygen-latex, ghostscript, gnuplot-nox, graphviz, hdf5-tools, - javahelper, + dh-sequence-javahelper, libalglib-dev, libavcodec-dev, libavformat-dev, diff --git a/debian/rules b/debian/rules index c35cad06b..d1e13ba86 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc sh4)) endif %: - dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python3 --with javahelper + dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) extra_flags += \ -DBUILD_SHARED_LIBS=ON \ -- 2.30.2